home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 3.1 / SGI EnlightenDSM 3.1.iso / IRIX5X6X / ADMIN.Z / ADMIN / help / C / online0525.hlp < prev    next >
Text File  |  1999-04-16  |  14KB  |  377 lines

  1.     Copy An Existing User Account
  2.  
  3.     This window is used to copy an existing user accounts. You can do this
  4.     by selecting the user account that needs to be copied and then clicking
  5.     on the copy button.
  6.  
  7.  
  8.     If you leave one of the fields blank when copying a user account,
  9.     Enlighten will fill in the field with the default value (where
  10.     possible) or prompt you for any additional information. After you've
  11.     filled in all the fields properly and clicked on the Copy button,
  12.     Enlighten will create the user account and home directory, update the
  13.     appropriate naming service, and create the home directory with the 
  14.     required shell scripts on the specified host if doesn't exist on that
  15.     host.
  16.  
  17.     Fields
  18.  
  19.     You can fill in all of these fields manually or have Enlighten set
  20.     defaults in most of the fields for you except login name and password.
  21.     Either way, you need to specify the following five fields before trying 
  22.     to copy the user account.
  23.  
  24.     Hostnames
  25.  
  26.     If you want to limit the creation of this account to specific
  27.     hostnames within a pool, enter those hostnames in this field. If you
  28.     are using multiple entries, leave a blank between each entry. You
  29.     can also use the arrow button to the right to select the available
  30.     hosts from the current pool.
  31.  
  32.     Login name
  33.  
  34.     This is not editable. Refer to add user window for more information on
  35.     login name.
  36.     
  37.     Real name
  38.  
  39.     This is the user's actual name. This field can identify a person,
  40.     company, or organization. You can use this field to associate the
  41.     sometimes cryptic Login name with the actual user's name. On larger
  42.     systems, this name matching is invaluable.
  43.  
  44.     Office
  45.  
  46.     This field should contain the location where the user will normally
  47.     access the system. The field can be an office number, an assigned
  48.     location code or a department name. This field does not allow
  49.     punctuation characters.
  50.  
  51.     Telephone
  52.  
  53.     This field can contain the telephone number, telephone extension, or
  54.     some other information to help locate and contact the user.
  55.  
  56.     User ID
  57.  
  58.     This field contains the UID number. The UNIX operating system uses
  59.     this number to identify each user. This number does not have to be
  60.     unique, but should be for easier system administration.
  61.  
  62.     Note: If this field is left blank, Enlighten will prompt you for an
  63.     entry in this field when it tries to create the user.
  64.  
  65.     Home dir.
  66.  
  67.     The Home dir. field specifies where the user's start-up directory is
  68.     attached. Most systems will use /usr or /home as the default parent
  69.     directory. Each user will have their own directory created under the
  70.     default home directory, e.g. /usr/charlie. Enlighten stores /usr as
  71.     the default HOME directory unless you change this field.
  72.  
  73.     If you specify a HOME directory which does not exist, Enlighten
  74.     creates and initializes it. Enlighten initializes the HOME directory
  75.     by executing the HOME directory initialization script
  76.     $ENLIGHTEN/scripts/adduser.rc. This copies the initialization files
  77.     (e.g., .profile and .cshrc) into the HOME directory. You can modify
  78.     this script to perform other initialization procedures. These
  79.     procedures are not done on the Windows NT platform.
  80.  
  81.     Windows style paths may also be entered, e.g. c:\users\charlie.
  82.     However, this path will be converted to //c/users/charlie on any
  83.     UNIX platform that is in the current hostnames selection field or
  84.     in the current pool. This can be changed by entering two paths.
  85.     The following examples show valid entries:
  86.  
  87.             c:\users\charlie|/home/charlie
  88.             /home/charlie|c:\users\charlie
  89.             /home/charlie|\users\charlie
  90.  
  91.     The symbol '|' is the pathname delimiter. Only one can occur in the
  92.     field. Each individual pathname must not contain both '/' and '\'. 
  93.     A zero length pathname is an error condtion.
  94.  
  95.     You may also use macros in this field. See "User Account Macros" below
  96.     for more details.
  97.  
  98.     Shell
  99.  
  100.     The Shell is a program that acts as a translator between the user
  101.     and the UNIX operating system. There may be several standard shells
  102.     on a system, including the C Shell, the Bourne Shell, the Korn Shell
  103.     and the restricted Bourne, C and Korn Shells. This, however, does
  104.     not stop experienced users from creating custom shells. Each shell
  105.     has its own start-up executable program as shown on the following
  106.     page.
  107.  
  108.         Bourne Shell /bin/sh
  109.  
  110.         Restricted Bourne Shell /bin/rsh
  111.  
  112.         C Shell /bin/csh
  113.  
  114.         Korn Shell /bin/ksh
  115.  
  116.         Restricted Korn Shell /bin/rksh
  117.  
  118.         Other user defined
  119.  
  120.     Enlighten uses the Bourne shell as the default shell in this field
  121.     (/bin/sh). All users on the system do not have to use the same
  122.     shell; this is a matter of user preference, as each shell offers
  123.     different functionality. The number of standard shells available for
  124.     this field depends on your system. Click on the arrow button to
  125.     display a pick list of available shells.
  126.  
  127.     Group name
  128.  
  129.     Every user account must be assigned to at least one User Group. The
  130.     User Group is part of the UNIX security system; each user group has
  131.     specific read, write, and execute privileges associated with every
  132.     file created on the system.
  133.  
  134.     Enter the primary Group name for this user or leave this field blank
  135.     to have the default assigned. Click on the arrow button for a pick
  136.     list of defined User Groups. If you enter a Group Name which does
  137.     not exist, Enlighten will prompt for a correct Group Name when it
  138.     tries to create the user.
  139.  
  140.     Add Groups
  141.  
  142.     You can use this field to put the user in additional user groups.
  143.     This will effectively give the user more group privileges beyond
  144.     those set in the primary user group. Enter the names of the user
  145.     groups to which the user should also belong. Click on the arrow
  146.     button for a pick list of defined User Groups. Select the User
  147.     Groups and click on the Apply button to import them.
  148.  
  149.     Password
  150.  
  151.     The existing password for this login name will be copied on to the
  152.     specified host.
  153.  
  154.     Expires
  155.  
  156.     For systems that support password aging, this optional field
  157.     contains the time when the password will expire. Once a password has
  158.     expired, the system will force the user to change their password the
  159.     next time they login to the system.
  160.  
  161.     If this field is left blank, the appropriate default parameter will
  162.     be used. If no default is set in the copy user window (when you're
  163.     copying a user), password aging will be turned off for that user.
  164.  
  165.     To specify a time format, see "TIME FORMATS" below.
  166.  
  167.     Span
  168.  
  169.     In conjunction with the Expires field, this field defines the
  170.     minimum period of time which needs to elapse before the user can
  171.     change his or her password. You can, however, change the user's
  172.     password at any time by using the Password button in the User
  173.     Configuration window.
  174.     To specify a time format, see "TIME FORMATS" below. 
  175.  
  176.     Mail Alias
  177.  
  178.     This field specifies the default mail alias the account will use. An
  179.     alias designates a short name as the substitute for the full
  180.     pathname for a particular user or group. You may also use macros in
  181.     this field, see "User Account Macros" below for more details.
  182.  
  183.     Mail Lists
  184.  
  185.     This field specifies which mailing lists will be updated to include
  186.     this user. A mail list defines a group of people under one alias, so
  187.     sending mail to that alias will distribute a copy everyone on that
  188.     list. Click on the arrow button for a pick list of defined Mail
  189.     Lists.
  190.  
  191.     Buttons
  192.  
  193.     This window contains the following buttons.
  194.  
  195.     Copy
  196.  
  197.     Once you've entered the relevant information, click on the Copy
  198.     button to copy the user account to the specified host. If the information
  199.     is incorrect use the mouse to navigate through the fields and make the 
  200.     necessary changes. When complete, click on the Copy button again.
  201.  
  202.     Clear Fields
  203.  
  204.     Click on this button to clear the existing choices in all fields.
  205.  
  206.     Close
  207.  
  208.     Click on this button to discard any changes and close the window.
  209.  
  210.  
  211.     USER ACCOUNT MACROS
  212.  
  213.     You can use macros to help initialize the form fields when you
  214.     create a User Account. You can enter these macros manually. Or you
  215.     can have them fill (some of) the form fields automatically by first
  216.     defining them in a New User Template and using that template when
  217.     you create the user account.
  218.  
  219.     The following types of fields accept macros in these two windows:
  220.  
  221.     + Login Name
  222.     + Home dir.
  223.     + Password
  224.     + Mail Alias
  225.  
  226.     For working examples, see "Macro Name" on page J-3.
  227.  
  228.     Format
  229.  
  230.     A macro has the following format:
  231.  
  232.         %<Modifiers><Macro Name>
  233.  
  234.     Modifiers
  235.  
  236.     <Modifiers> are optional (you can define them multiple times). You
  237.     can use the <Modifiers> to specify only specific parts of the field,
  238.     such as the first letter of the field, or to manipulate and convert
  239.     the given input.
  240.  
  241.     A modifier has the following format:
  242.  
  243.  
  244.     [<Converter><Range>]
  245.  
  246.     where <Converter> is one or more of the following characters:
  247.  
  248.         l - Convert the resulting string to lower case
  249.         L - Same as `l'
  250.         u - Convert the resulting string to upper case
  251.         U - Same as `u'
  252.         s - Do not include SPACEs
  253.         S - Same as `s'
  254.         _ - Replace SPACEs with underscores (_)
  255.  
  256.     and the <Range> applies to the complete string in the field (by
  257.     default). Or you can apply a range to a specific word in the input
  258.     string.
  259.  
  260.     Consequently, a <Range> has the following format:
  261.  
  262.         $<word number><Character Range>
  263.  
  264.     where <word number> shows the word's sequence in the string (this is
  265.     optional). The first word would be addressed as $1, the second word
  266.     as $2, and so on. You can also use $0 to address the first word.
  267.  
  268.     <Character Range> is a comma separated list of character ranges in
  269.     the form. If you specify a <word number>, you must first use a comma
  270.     (`,') in the range list.
  271.  
  272.     The character range itself has the following format:
  273.  
  274.         <start char>-<end char>
  275.  
  276.     where <start char> and <end char> are character numbers. You can
  277.     omit one end of the range to signify the "start of string" and "end
  278.     of string" respectively. Ranges which go beyond the end of the
  279.     string are truncated to match the string.
  280.  
  281.     Macro Name
  282.  
  283.     <Macro Name> is one of the following characters:
  284.  
  285.         g - replace with the users' GID
  286.         u - replace with the users' UID
  287.         G - replace with the users' group name
  288.         U - replace with the users' login name (username)
  289.         R - replace with data from the users' Real Name field
  290.         O - replace with date from the users' Office field
  291.         T - replace with date from the users' Telephone field
  292.  
  293.     Examples
  294.  
  295.     These definitions make more sense when they are viewed as examples.
  296.     Assume for the following example, the following data is true:
  297.  
  298.         Real Name: Thomas Kraus
  299.         Login Name: tmk
  300.         UID: 302
  301.  
  302.     You could then define the following macros and see the following
  303.     substitutions.
  304.  
  305.         Field Name   Macro               Value
  306.         -------------------------------------------
  307.         Home Dir     /home/%U           /home/tmk
  308.         Password     %U-%u              tmk-302
  309.         Mail Alias   %[u$1]R_%[u$2]R    THOMAS_KRAUS
  310.         Login Name   %[l$1,1][l$2,-6]   tkraus
  311.  
  312.     Some explanations:
  313.  
  314.     /home/%U Create the directory /home/<login name>
  315.  
  316.     %U-%u Get the User name and add the UID (separated by a dash)
  317.  
  318.     %[u$1]R_%[u$2]R Get the first word of the users' real name and add
  319.     the second word of the user's real name (separated by an
  320.     underscore). Convert both strings to upper case.
  321.  
  322.     %[l$1,1][l$3,-6]R Take the first letter of the users first name and
  323.     the first six letters of the users' last name. Convert both strings
  324.     to lower case.
  325.  
  326.  
  327.     TIME FORMATS
  328.  
  329.     There are several fields throughout the Enlighten product where you
  330.     can specify a date/time format. For each of these fields, you can
  331.     specify the date and/or time period in two ways: absolutely or
  332.     relatively.
  333.  
  334.     The first is as a static period, where the period entered is the
  335.     absolute period used in the search. This is the only way to search
  336.     for a combined date/time format. To look for a file created since
  337.     May 10, 1996 at 12 noon, you could use the entry: May 10 96 at
  338.     12:00.
  339.  
  340.     The second is a relative period, where the period entered is set
  341.     against the current system clock time and then applied during the
  342.     search. This is strictly a time OR date format, e.g., 2 seconds or 1
  343.     month. To find users who have been logged in during the last three
  344.     days, you could use the entry: 3 days.
  345.  
  346.     Either way, the format is case-insensitive. For example, you could
  347.     use JAN, Jan, or jan as the abbreviation for the month of January.
  348.     This appendix shows all the BNF time measurements in initial caps
  349.     (e.g., Jan or January, 2 Sec or 2 Seconds, etc.).
  350.  
  351.     Some typical uses of the static format in a Date search field are:
  352.  
  353.     Absolute: 15 1996 (defaults to the current month)
  354.  
  355.         Jan 1 97
  356.         July 4 (defaults to the current year)
  357.  
  358.     Some additional uses of the absolute format in a Time search field
  359.     are:
  360.  
  361.         June 15 at 3 PM (defaults to the current year)
  362.         June 16 at 2AM (defaults to the current year)
  363.         June 17 96 at 15:31
  364.         18 at 9:31:14 AM (defaults to current month AND year)
  365.  
  366.     Some typical uses of the relative format in a Date search field are:
  367.  
  368.         Relative: 1 second
  369.  
  370.         5 Min
  371.         1 day
  372.         2 weeks
  373.         1 Year
  374.  
  375.     The rest of this appendix defines the time formats you can use
  376.     whenever you fill in a date and/or time field.
  377.